home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 1135 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: engnews1.Eng.Sun.COM!taumet!clamage
  2. From: satrajit@iscs.nus.sg (Satrajit Sujit Ghosh)
  3. Newsgroups: comp.std.c++
  4. Subject: Re: Is RTTI required if polymorphic constructor exists
  5. Date: 17 Apr 1996 15:45:18 GMT
  6. Organization: National University of Singapore
  7. Approved: clamage@eng.sun.com (comp.std.c++)
  8. Message-ID: <4l30l2$31v@nuscc.nus.sg>
  9. References: <4kng7f$kt9@nuscc.nus.sg> <4kr21b$6ar@mulga.cs.mu.OZ.AU>
  10. NNTP-Posting-Host: taumet.eng.sun.com
  11. X-Nntp-Posting-Host: satrajit@sununx.iscs.nus.sg
  12. X-Newsreader: TIN [version 1.2 PL2]
  13. Content-Length: 599
  14. X-Lines: 15
  15. Originator: clamage@taumet
  16.  
  17. Fergus Henderson (fjh@munta.cs.mu.OZ.AU) wrote:
  18. : No, RTTI is not really necessary.  `if', `while', and `for' are not
  19. : really necessary either, because you can just use `goto'.  Like many
  20. : other things, RTTI is not strictly necessary, but convenient.
  21.  
  22.     Would it be possible to illustrate efficient, convenient and
  23. pratical use of the RTTI functions? 
  24.  
  25. --
  26. Satra[jit]
  27. ------------------------------------------------------
  28. http://www.iscs.nus.sg/~satrajit
  29. Department of Information Systems and Computer Science
  30. National University of Singapore
  31. ======================================================
  32.  
  33. [ moderator's note: C++ programming techniques do not normally
  34.   belong in this newsgroup -- they belong in comp.lang.c++ or
  35.   comp.lang.c++.moderated -- but since RTTI is a new feature not
  36.   yet widely supported, I'm allowing this question. -sdc
  37. ]
  38.  
  39.  
  40. [ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
  41. [ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
  42. [ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
  43. [ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
  44. [ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]
  45.